/*Заголовок*/
h1 { 
    font-size: 2.5em;
    margin: 30px;
    text-transform: uppercase;
    color: #0339ec;
    margin-left: 80px;
}
h2 {
    font-size: 2.5em;
    margin: 30px;
    text-transform: uppercase;
    color: #0339ec;
    margin-left: 150px;
}
video {
    margin-left: 250px;
    margin-top: 100px;
    
}
/*Слоган*/
.box {
    width: 500px;
    height: 100px;
    text-align: center;
    margin-left: 235px;
    vertical-align: middle;
    background-color: rgb(244, 245, 240);
    border-radius: 0.5%;
    border-style: solid;
    border-color: #f30c0c;
    margin-top: 40px;

}

marquee {
    font-size: 2.5em;
    padding-top: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.info {
   margin-top: 50px;
}
.text {
    font-size: 13px;
}

.concrete-art {
    width: 300px;
    height: 500px;
    text-align: center;
    margin-left: 900px;
    vertical-align: middle;
    background-color: rgb(244, 245, 240);
    border-radius: 0.5%;
    border-style: solid;
    border-color: #f30c0c;
    margin-top: -500px;
    padding-top: 30px;
    line-height: 1.8em;
}
